cs-visual-time-sapi
π API Documentation - CS Visual Time SAPI
This section describes the attributes and usage of the cs-visual-time-sapi, version v1
. This System API interacts directly with the Visual Time API to perform insurance operations, policy management, document validation, accounting movements, and more.
ποΈ Base Information
- API Title: cs-visual-time-sapi
- Version: v1
- Base URL:
https://cs-visual-time-sapi-{env}-v1.us-e1.cloudhub.io/api/
- Environments:
dev
,qa
,prod
π Authentication
Required Headers
Header | Type | Description |
---|---|---|
Authorization | String | Bearer token in the format Bearer {{API_KEY}} |
client_id | String | Unique identifier for API clients |
β¨ Main Endpoints
π§ββοΈ Legal Persons & Insured
GET /customers/legal-persons/insured/cancel
- Description: Cancel insured from legal-person customers.
- Request & Response: See examples in
examples/requests/get-cancel.json
andexamples/responses/get-cancel.json
.
GET /customers/legal-persons/insured/migration
- Description: Inclusion of insured individuals in institutional insurance.
- Request & Response: See examples in
examples/requests/get-migration.json
andexamples/responses/get-migration.json
.
π₯ Insured Management
POST /insureds
- Description: Insert insured individuals into Visual Time system.
- Request & Response: See examples in
examples/requests/post-insureds.json
andexamples/responses/post-insureds.json
.
POST /reserve-policy-number
- Description: Reserve master policy number in Visual Time.
- Request & Response: See examples in
examples/requests/post-reserve-policy-number.json
andexamples/responses/post-reserve-policy-number.json
.
POST /create-policy
- Description: Create master policy in Visual Time.
- Request & Response: See examples in
examples/requests/post-create-policy.json
andexamples/responses/post-create-policy.json
.
POST /validate-restrictive-lists
- Description: Validate restrictive lists for insured individuals.
- Request & Response: See examples in
examples/requests/post-validate-restrictive-lists.json
andexamples/responses/post-validate-restrictive-lists.json
.
POST /create-receipt
- Description: Create receipt and accounting entry in Visual Time.
- Request & Response: See examples in
examples/requests/post-create-receipt.json
andexamples/responses/post-create-receipt.json
.
POST /create-accounting-movement
- Description: Create accounting entry.
- Request & Response: See examples in
examples/requests/post-create-accounting-movement.json
andexamples/responses/post-create-accounting-movement.json
.
POST /confirm-collection
- Description: Confirm successful collection of payment.
- Request & Response: See examples in
examples/requests/post-confirm-collection.json
andexamples/responses/post-confirm-collection.json
.
POST /notify-client-creation
- Description: Notify client creation result.
- Request & Response: See examples in
examples/requests/post-notify-client-creation.json
andexamples/responses/post-notify-client-creation.json
.
POST /request-document-validation
- Description: Request document validation.
- Request & Response: See examples in
examples/requests/post-request-document-validation.json
andexamples/responses/post-request-document-validation.json
.
GET /get-documents
- Description: Retrieve documents to verify.
- Request & Response: See examples in
examples/requests/get-documents.json
andexamples/responses/get-documents.json
.
POST /document-validation-result
- Description: Return document validation result.
- Request & Response: See examples in
examples/requests/post-document-validation-result.json
andexamples/responses/post-document-validation-result.json
.
POST /generate-payment-link
- Description: Generate payment link for the insured individual.
- Request & Response: See examples in
examples/requests/post-generate-payment-link.json
andexamples/responses/post-generate-payment-link.json
.
β οΈ Error Codes
Code | Description | Suggested Solution |
---|---|---|
400 | Bad Request | Check query parameters. |
401 | Unauthorized | Verify authentication credentials. |
404 | Not Found | No data found for the provided input. |
500 | Internal Server Error | Retry or contact technical support. |
π Support
For assistance, contact the Integration Services and Applications Coordination team.
Email: epalma@fgs.co
Last updated: May 2025